.canvas-iframe-notice {
    width: 100%;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    display: none;
}

.canvas-iframe-top {
    padding-top: 25px;
}

.canvas-iframe-notice-text {
    max-width: 650px;
    margin-bottom: 10px;
}

.canvas-iframe-sso-error-text {
    position: absolute;
    margin-top:10px;
    margin-left: 10px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
}


.canvas-iframe-strong-text {
    font-style: italic;
}


.canvas-iframe-notice-button {
    display: inline-block;
    color: #2D3B45;
    background-color: #f5f5f5;
    border: 1px solid #C7CDD1;
    border-radius: 3px;
    transition: background-color 0.2s ease-in-out;
    padding: 8px 15px;
    cursor: pointer;
    user-select: none;
}

.canvas-iframe-notice-button:hover {
    background-color: #e6e6e6;
}

.lms-iframe-notice {
    background-color: rgb(234,249,245);
    width: 100%;
    height: 100%;
    /* To eliminate body margin in order to fulfill iframe window */
    margin: -8px;
    position: absolute;
    z-index: 100;
    display: none;
}

.lms-iframe-background-image {
    top: 59px;
    width: 100%;
    height: 100%;
    position: fixed;
}

.ixl-logo {
    width: 70px;
    height: 32px;
    object-fit: contain;
    margin: 14px 16px 13px;
}

.lms-iframe-header-bar {
    height: 59px;
    width: 100%;
    background-color: #56b620;
}

.lms-floating-window {
    position: fixed;
    margin-top: 64px;
    left: 50%;
    width: 431px;
    height: 255px;
    border: 1px solid rgb(178,205,206);
    transform: translateX(-50%);
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 0 3px 3px rgb(197,218,216);
    text-align: center;
}

.lms-sign-in-title-bar {
    width: 100%;
    height: 74px;
    background-image: linear-gradient(to right, #00dacc, #01b1ee);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.lms-sign-in-text {
    padding-top: 18px;
    color: white;
    font-size: 30px;
    font-family: Roboto, sans-serif
}

.lms-iframe-notice-text {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 23px;
    color: #545454;
    font-size: 18px;
    line-height: 26px;
    font-family: Verdana, sans-serif;
}

.lms-iframe-notice-button {
    display: inline-block;
    color: white;
    background-color: #00aeef;
    border-radius: 3px;
    transition: background-color 0.2s ease-in-out;
    padding: 10px 62px;
    cursor: pointer;
    user-select: none;
    margin-top: 24px;
    font-size: 21.6px;
    line-height: 21.6px;
    font-family: Verdana, sans-serif;
}

.lms-iframe-notice-button:hover {
    background-color: rgba(0,174,239,0.7);
}

.mimic-schoology-header {
    height: 59px;
    width: 100%;
    background-color: #0577BA;
    position: absolute;
    top: 0px;
    left: 0px;
}

.mimic-schoology-text {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    margin-top: 130px;
    text-align: center;
}

.mimic-brightspace-text {
    position: absolute;
    margin-top:10px;
    margin-left: 10px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
}

.mimic-google-text {
    position: absolute;
    margin-top:10px;
    margin-left: 10px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
}

#lmsAfterLaunched {
    margin-top: 35px;
}

.dynamic-registration-info-text {
    position: absolute;
    margin-top:10px;
    margin-left: 10px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
}